home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
fm2_252b.zip
/
HPFSOPT.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-03-20
|
303b
|
15 lines
@echo off
rem
rem Recommendations: hpfsopt -i %1 for idle priority
rem note: idle is not a good idea if DOS programs are running...
rem
HPFSOPT.EXE %1
rem
rem if there was an error or user abort, pause the display so the
rem user can see what's happened.
rem
IF ERRORLEVEL == 1 PAUSE